医院信息管理品台高级软件工程组合编程作业,医院信息管理平台.
├── project
│ ├── MyApp
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── admin.cpython-36.pyc
│ │ │ ├── models.cpython-36.pyc
│ │ │ ├── urls.cpython-36.pyc
│ │ │ └── views.cpython-36.pyc
│ │ ├── admin.py
│ │ ├── apps.py
│ │ ├── models.py
│ │ ├── static
│ │ │ ├── css
│ │ │ │ └── bootstrap.min.css
│ │ │ ├── img
│ │ │ │ ├── 1234.png
│ │ │ │ ├── 2475.jpg_wh300.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5154.jpg_wh300.jpg
│ │ │ │ ├── QQ图片20190327151320.png
│ │ │ │ ├── QQ图片20190327153120.jpg
│ │ │ │ ├── QQ图片20190327154744.png
│ │ │ │ ├── _500703205.jpg
│ │ │ │ ├── diagnosis3.png
│ │ │ │ ├── display.png
│ │ │ │ ├── download.jpg
│ │ │ │ ├── download1.jpg
│ │ │ │ ├── out.png
│ │ │ │ ├── out3.png
│ │ │ │ ├── search_choose.jpg
│ │ │ │ ├── select.jpg
│ │ │ │ ├── small.jpg
│ │ │ │ ├── t.jpg
│ │ │ │ ├── u=3904911157,3238606672&fm=26&gp=0.jpg
│ │ │ │ ├── work.png
│ │ │ │ └── xiandaiyiyuanlansediaoshuyedating_9400303_small.jpg
│ │ │ └── js
│ │ │ └── bootstrap.min.js
│ │ ├── templates
│ │ │ ├── Doctor
│ │ │ │ ├── alter_doctor_inform.html
│ │ │ │ ├── deal_method.html
│ │ │ │ ├── diagnosis.html
│ │ │ │ ├── display.html
│ │ │ │ ├── doctor_choose.html
│ │ │ │ ├── doctor_select.html
│ │ │ │ ├── doctor_work_time.html
│ │ │ │ ├── out_hospital_regist.html
│ │ │ │ ├── print_diagnosis_results.html
│ │ │ │ ├── search_by_doctor_dept.html
│ │ │ │ ├── search_by_doctor_name.html
│ │ │ │ ├── search_doctor_choose.html
│ │ │ │ ├── search_empty_room.html
│ │ │ │ ├── user_work.html
│ │ │ │ └── users_work.html
│ │ │ ├── Medicine
│ │ │ │ ├── add_medicine.html
│ │ │ │ ├── add_new_medicine.html
│ │ │ │ ├── add_type.html
│ │ │ │ ├── medicine_manage.html
│ │ │ │ └── take_medicine.html
│ │ │ ├── Patient
│ │ │ │ ├── diagnosis_detail.html
│ │ │ │ ├── insert.html
│ │ │ │ ├── print_patient.html
│ │ │ │ ├── search_by_patient_dept.html
│ │ │ │ ├── search_by_patient_name.html
│ │ │ │ └── search_patient_choose.html
│ │ │ └── User
│ │ │ ├── choose.html
│ │ │ ├── doctor_regist.html
│ │ │ └── new_login.html
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── __pycache__
│ │ └── manage.cpython-36.pyc
│ ├── manage.py
│ ├── project
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-36.pyc
│ │ │ ├── settings.cpython-36.pyc
│ │ │ ├── urls.cpython-36.pyc
│ │ │ └── wsgi.cpython-36.pyc
│ │ ├── settings.py
│ │ ├── urls.py
│ │ └── wsgi.py
│ ├── ~$项目运行步骤.docx
│ └── 项目运行步骤.docx
└── 医院信息管理品台.zip
15 directories, 77 files
评论